-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(version): merge commits from release v1.6.8 #14
Open
dakehero
wants to merge
21
commits into
main
Choose a base branch
from
resync
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,222
−643
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
dakehero
commented
May 31, 2024
- Fix redirected packets being dropped in old kernels versions.
- Refactor deviceplugin to optimise resource reporting.
- Inject UA for k8s APIserver and volcengineAPI calls.
- Fix mounting check for bpffs.
- Fix the dead lock while initialing ENI failed.
(cherry picked from commit 937bd5bd40b5a3ba181e680b397b7b5fbfb30b1d)
(cherry picked from commit 0d6c75c7e437d55af5ce36dbcf31289bb74eb54a)
- add automaxproc - add recover from panic (cherry picked from commit a442ee531bce1e2a51ecf6c367a09b14468448ec)
(cherry picked from commit 9e871765ded15eba45fa55ae4ab1454bd77718a1)
(cherry picked from commit fcb5cb322113cb41175d0672814b2af1ef914da8)
(cherry picked from commit 8b354d1aa07cb9240eb9722009c6576a400638b8)
(cherry picked from commit c91125745ceca1652d78b3ec1a50bc805d95ac76)
(cherry picked from commit f1d1aa650bd383e9db714199911d49cc4198b499)
(cherry picked from commit 743b88607c8f07ef6418df9a97295fed19fb4eef)
(cherry picked from commit 5ec6ec222ddc633fb427c17b098717252c0bcd4f)
(cherry picked from commit fd63f7039e937fdfd3f8bb71d02575e3fd7c0b4a)
(cherry picked from commit a43d56b5af18c08ca642fe4b6af6515a7d106a64)
(cherry picked from commit 2357b4cac538e7c30565ea885045a14afbda83fe)
(cherry picked from commit 7cb6b7c7d43acc638c551a1b87e31ebaa70f27fc)
The tc-mirred action won't clear skb->dst after redirection,which would cause to the redirected packet being dropped in ip_rcv(). This bug is introduced into kernel by torvalds/linux@b57dc7c and eventually be fixed by https://lore.kernel.org/all/[email protected]/. So that we need to use the side-effect of tc-tunnel_key action to clear skb->dst.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.